lcWndSetBasePoint Home

Set base point for Polar tracking.

 BOOL lcWndSetBasePoint (
   HANDLE hLcWnd,
   BOOL bState,
   double X,
   double Y
 );

Parameters
hLcWnd
  Handle to LiteCAD graphics window.
bState
  Enable / disable base point.
X Y
  Coordinates of base point. Ignored if bState parameter is FALSE.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).